hardware-based access - определение. Что такое hardware-based access
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое hardware-based access - определение

ACCESS CONTROL PARADIGM WHERE ACCESS IS EVALUATED BASED ON ATTRIBUTES RELATED TO THE SUBJECT, THE OBJECT, REQUESTED OPERATIONS AND IN SOME CASES ENVIRONMENTAL ATTRIBUTES
Attribute based access control; Attribute Based Access Control; Attribute-Based Access Control; Externalized Authorization; Dynamic Authorization; Label-based access control; Policy Based Access Control; Policy-based access control
Найдено результатов: 3072
hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
1.
In computer systems, hardware refers to the machines themselves as opposed to the programs which tell the machines what to do. Compare software
.
N-UNCOUNT
2.
Military hardware is the machinery and equipment that is used by the armed forces, such as tanks, aircraft, and missiles.
N-UNCOUNT: usu adj N
3.
Hardware refers to tools and equipment that are used in the home and garden, for example saucepans, screwdrivers, and lawnmowers.
N-UNCOUNT
hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
<hardware> The physical, touchable, material parts of a computer or other system. The term is used to distinguish these fixed parts of a system from the more changable software or data components which it executes, stores, or carries. Computer hardware typically consists chiefly of electronic devices (CPU, memory, display) with some electromechanical parts (keyboard, printer, disk drives, tape drives, loudspeakers) for input, output, and storage, though completely non-electronic (mechanical, electromechanical, hydraulic, biological) computers have also been conceived of and built. See also firmware, wetware. (1997-01-23)
Hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
·noun Ware made of metal, as cutlery, kitchen utensils, and the like; ironmongery.
hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
¦ noun
1. heavy military equipment such as tanks and missiles.
2. the machines, wiring, and other physical components of a computer. Compare with software.
3. tools, implements, and other items used in the home and in activities such as gardening.
Hardware-based encryption         
USE OF COMPUTER HARDWARE TO ASSIST SOFTWARE IN THE PROCESS OF DATA ENCRYPTION
Hardware encryption; Hardware-based cryptography
Hardware-based encryption is the use of computer hardware to assist software, or sometimes replace software, in the process of data encryption. Typically, this is implemented as part of the processor's instruction set.
Hardware architect         
PROFESSION
Hardware systems architect; Hardware engineer; Hardware Engineer
(In the automation and engineering environments, the hardware engineer or architect encompasses the electronic engineering and electrical engineering fields, with subspecialities in analog, digital, or electromechanical systems.)
Mystic Warriors-based hardware         
Mystic Warriors Based Hardware
Mystic Warriors-based hardware is an arcade system board used by Konami on several of its action games and fighting games in the early 1990s. Since Konami did not use the word system on most of its arcade hardware, its arcade games are usually classified by the type of video and sound chips used.
Builders hardware         
METAL HARDWARE SPECIFICALLY USED FOR PROTECTION, DECORATION, AND CONVENIENCE IN BUILDINGS
Builders Hardware; Building Products; Architectural hardware; Builder's hardware; Builders' hardware
Builders' hardware or just builders hardware is a group of metal hardware specifically used for protection, decoration, and convenience in buildings.. Building products do not make any part of a building, rather they support them and make them work.
Open-source hardware         
  • The [[Arduino]] Diecimila, another popular and early open source hardware design
  • PCB]]
  • openhardware.org logo (2013)
  • OSHWA logo
  • The [[RepRap]] Mendel general-purpose [[3D printer]] with the ability to make copies of most of its own structural parts
HARDWARE WHOSE DESIGN DOCUMENTS ARE OPENLY ACCESSIBLE TO AND MODIFIABLE BY OTHERS
Open hardware; Free machine; Free hardware; Open source machine; Open Source Hardware; Open Flexible Router; Open wireless hardware; C,mm,n; The MultiMachine; OSCav; F-CPU; Open Hardware; FOSH; Libre hardware; Oshw; Free Hardware; OSHW; Open-hardware; Free and open-source hardware; Free and open source hardware; Open-source computer hardware; Open source hardware; Open hardware platform; Free hardware design; Open-source electronics; Free hardware designs
Open-source hardware (OSH) consists of physical artifacts of technology designed and offered by the open-design movement. Both free and open-source software (FOSS) and open-source hardware are created by this open-source culture movement and apply a like concept to a variety of components.
Hardware acceleration         
USE OF SPECIALIZED COMPUTER HARDWARE TO PERFORM SOME FUNCTIONS MORE EFFICIENTLY THAN IS POSSIBLE IN SOFTWARE RUNNING ON A MORE GENERAL-PURPOSE CPU
Hardware accelerator; Accelerator board; Hardware mixing; Acceleration hardware; Hardware-accelerated; Hardware Acceleration; Hardware accelerators; Hardware accelerated; Hardware acceleration (computing)
Hardware acceleration is the use of computer hardware designed to perform specific functions more efficiently when compared to software running on a general-purpose central processing unit (CPU). Any transformation of data that can be calculated in software running on a generic CPU can also be calculated in custom-made hardware, or in some mix of both.

Википедия

Attribute-based access control

Attribute-based access control (ABAC), also known as policy-based access control for IAM, defines an access control paradigm whereby a subject's authorization to perform a set of operations is determined by evaluating attributes associated with the subject, object, requested operations, and, in some cases, environment attributes.

ABAC is a method of implementing access control policies that is highly adaptable and can be customized using a wide range of attributes, making it suitable for use in distributed or rapidly changing environments. The only limitations on the policies that can be implemented with ABAC are the capabilities of the computational language and the availability of relevant attributes. ABAC policy rules are generated as Boolean functions of the subject's attributes, the object's attributes, and the environment attributes.

Unlike role-based access control (RBAC), which defines roles that carry a specific set of privileges associated with them and to which subjects are assigned, ABAC can express complex rule sets that can evaluate many different attributes. Through defining consistent subject and object attributes into security policies, ABAC eliminates the need for explicit authorizations to individuals’ subjects needed in a non-ABAC access method, reducing the complexity of managing access lists and groups.

Attribute values can be set-valued or atomic-valued. Set-valued attributes contain more than one atomic value. Examples are role and project. Atomic-valued attributes contain only one atomic value. Examples are clearance and sensitivity. Attributes can be compared to static values or to one another, thus enabling relation-based access control.

Although the concept itself existed for many years, ABAC is considered a "next generation" authorization model because it provides dynamic, context-aware and risk-intelligent access control to resources allowing access control policies that include specific attributes from many different information systems to be defined to resolve an authorization and achieve an efficient regulatory compliance, allowing enterprises flexibility in their implementations based on their existing infrastructures.

Attribute-based access control is sometimes referred to as policy-based access control (PBAC) or claims-based access control (CBAC), which is a Microsoft-specific term. The key standards that implement ABAC are XACML and ALFA (XACML).